Crate const_str_slice_concat
source ·Expand description
Utilities for const concatenation of string slices.
Functions§
- Concatenates any number of static strings into a single array.
- Converts a zero-terminated buffer of bytes into a UTF-8 string with the given prefix.
- Converts any number of strings into a UTF-8 string, separated by the given string.
- Converts a zero-terminated buffer of bytes into a UTF-8 string.